:root {
  --companyLogo: #006986;
  --companyLogo-Transparent: rgb(0, 105, 134, 0.3);
  --Highlights: rgb(145, 145, 145);
  --Highlights-Transparent: rgba(167, 167, 167, 0.3);
  --font-color: aliceblue;

  --link-content: #4b4b4b;
  --link-content-hover: #969696;

  --button-coler: rgb(228, 228, 228);
  --button-coler-hover: rgb(172, 172, 172);
  /* 企業深藍 */
  --primary-color: #1a365d;
  /* 連結與按鈕藍 */
  --accent-color: #0056b3;
  /* 區塊背景灰 */
  --bg-light: #f8f9fa;
  /* 邊框灰 */
  --border-color: #e2e8f0;
  /* 主要內文灰 */
  --text-color: #2d3748;
  /* 次要文字灰 */
  --text-muted: #aaaaaa;
}